home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fritz: All Fritz
/
All Fritz.zip
/
All Fritz
/
FILES
/
GAME_CGA
/
FORDSIM.LZH
/
FORD.BAT
< prev
next >
Wrap
DOS Batch File
|
1987-09-15
|
337b
|
24 lines
echo off
simul
:loop
if not ERRORLEVEL 1 goto done
if not ERRORLEVEL 2 goto first
if not ERRORLEVEL 3 goto second
buyers m m
if ERRORLEVEL 1 goto third
simul m
goto loop
:first
buyers
if ERRORLEVEL 1 goto third
simul m
goto loop
:second
buyers m
if ERRORLEVEL 1 goto third
simul m
goto loop
:third
simul m m
:done